﻿/*public*/
/* Float & Clear Float*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}
.clearfix {
    zoom: 1;
}
/*Public Styles*/
/*.wrap {
	width: 900px;
	margin: 0 auto;
}*/
.white-bg {
	background: #fff;
}
/*public padding*/
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb30 {
	padding-bottom: 30px;
}
/*public margin*/
.mt10 {
	margin-top: 10px;
}
/**/
.comment-tit h3 {
	font-size: 18px;
	color: #8f000b;
}
.comment-tit span {
	font-size: 16px;
	color: #333;
}
.comment-tit span strong {
	color: #f00;
	font-weight: 400;
}
.comment-word {
	padding: 12px;
	background: #f2f2f2;
}
.comment-word textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 90px;
	line-height: 24px;
	border: 1px solid #dae0e4;
	font-size: 14px;
	color: #333;
	resize: none;
}
.comment-num {
	line-height: 38px;
	font-size: 18px;
	color: #666;
	font-family: 'Arial Normal', 'Arial';
}
.comment-btn {
	border: none;
	width: 100px;
    height: 38px;
    background: #8f000b;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}
.reply-list {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.reply-tx {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.reply-con {
	margin-left: 74px;
}
.reply-name {
	margin-right: 15px;
	font-size: 14px;
	color: #f00;
}
.reply-time {
	margin-right: 8px;
	font-size: 14px;
	color: #666;
}
.reply-report {
	font-size: 12px;
	color: #999;
	display: none;
}

.reply-con-mid {
	padding-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	word-break: break-all;
}
.reply-con-btm {
	padding-top: 6px;
	color: #999;
}
.reply-con-btn,
.reply-con-btn2 {
	font-size: 14px;
	color: #999;
}
.reply-con-zan {
	font-size: 14px;
	color: #999;
}

/**/
.reply-list2 {
	margin-top: 10px;
}
.reply-line2 {
	padding-top: 15px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.reply-list2 .reply-tx {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.reply-list2 .reply-con {
	margin-left: 44px;
}
.reply-text {
	position: relative;
	margin-top: 10px;
	height: 42px;
}
.reply-text-con {
	margin-right: 80px;
	padding: 10px;
	height: 20px;
	border: 1px solid #eee;
	background: #fff;
}
.reply-text-con textarea {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: none;
	resize: none;
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei";
}
.reply-text-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 42px;
	border: none;
	background: #8f000b;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}
/*see-more*/
.see-more-comment {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f2f2f2;
	color: #f00;
	text-align: center;
}
.see-more-reply {
	display: block;
	margin: 10px auto 0;
	width: 50%;
	height: 30px;
	line-height: 30px;
	background: #f2f2f2;
	color: #f00;
	text-align: center;
}
/**/
.reply-list-last {
	border-bottom: none;
}
/*icon*/
.icon-report:before,
.icon-thumbs-up:before,
.icon-reply-arrow:after {
	content: "";
	background: url(../images/comment-icon.png) no-repeat;
}
.icon-report:before,
.icon-thumbs-up:before {
	display: block;
	float: left;
	margin-right: 6px;
}
.icon-report:before {
	width: 16px;
	height: 16px;
	background-position: -7px -6px;
}
.icon-report:hover:before {
	background-position-x: -37px;
}
.icon-thumbs-up:before {
	width: 20px;
	height: 20px;
	background-position: -5px -36px;
}
.icon-thumbs-up:hover:before {
	background-position-x: -35px;
}
.icon-reply-arrow:after {
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-position: -5px -90px;
	vertical-align: middle;
}
.icon-reply-arrow:hover:after {
	background-position-x: -35px;
}
.reply-con-zan.active {
	color: #b93333;
}
.reply-con-zan.active:before {
    background-position-x: -35px;
}


/* 公共头部 */
header .head_top{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    color: #666;
	font-size: 14px;
}
header .head_cen{
	height: 110px;
	padding-top: 30px;
	background-color: white;
}
header .head_bot{
	background-color: #E82C35;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
header .head_top h1{
	display: inline;
	font-size: 14px
}
header .head_top a{
	color: #E82C35;
}
header .head_top div.fr {
    padding: 0 5px;
}

.fr.head_wzdh i {
    background: url(/style/images/topFooter.png) no-repeat;
    background-position: -171px -6px;
    margin-left: 5px;
    width: 10px;
    height: 5px;
    display: inline-block;
}

.fr.head_wzdh {
	margin-left: 8px;
	cursor: default;
	position: relative;
	}
/* .fr.head_wzdh:hover i{
	transform: rotate(180deg);
} */
.fr.head_tel i {
    display: inline-block;
    width: 16px;
    background: url(/style/images/topFooter.png) no-repeat;
    height: 16px;
    background-position: -6px -6px;
    vertical-align: -2px;
    margin-right: 4px;
}
.top_nav {
    width: 320px;
    position: absolute;
    display: none;
    top: 40px;
    padding: 10px;
    border: solid 1px #eeeeee;
    background: #fff;
    border-radius: 3px;
    z-index: 10;
    line-height: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.top_nav>a {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 45px;
	color: #666 !important;
}

.fr.head_wzdh:hover .top_nav{
    display:block;
}
.head_cen .head_logo{
	width: 294px;
	height: 90px;
}
.head_cen .head_logo img,.head_cen .head_logo1 img{
	width: 100%;
	height: 100%;
}
.head_cen .head_logo1{
	width: 420px;
	height: 100px;
	margin: 0 30px;
}
.head_cen .head_kf{
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	background:#FF8135;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 30px;
}
.head_cen .head_kf img{
	vertical-align: middle;
	margin-right: 5px;
}
.head_wx.fr img {
    width: 100%;
    height: 100%;
}

.head_wx.fr {
    width: 36px;
    height: 36px;
	margin-top: 32px;
	position: relative;
}
.top_wx {
    width: 250px;
    position: absolute;
    display: none;
    top: 36px;
	right: 0;
    border: 1px solid #eee;
    background: #fff;
    z-index: 99999999;
    line-height: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.wx_item {
    display: inline-block;
    text-align: center;
    margin: 17px;
    margin-bottom: 0;
}

.wx_item p {
    line-height: 24px;
    margin: 0;
    color: #999;
}
.wx_item>img {
    width: 80px !important;
    height: 80px !important;
    border: 1px solid #eee;
    padding: 3px;
}

.head_wx:hover .top_wx {
    display: block
}
.head_bot li{
	float: left;
	width: 100px;
	margin: 0 10px;
	text-align: center;
}
.head_bot li:hover{
	background-color: #de1620;
	height: 45px;
}
.head_bot li>a{
	color: white;
	font-size: 17px;
	font-weight: 600;
}
.head_bot li.on {
    background: #b72f36;
}


/* 院校列表页 */
.zsyx_con ul li {
    border: 1px solid #FFFFFF;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    width: 195px;
}

.zsyx_con ul li div {
    background-color: #FFFFFF;
    width: 200px;
    margin: -5px auto 0 auto;
    padding-bottom: 20px;
}

.zsyx_con ul li img {
    display: block;
    padding: 5px;
    width: 130px;
    height: 130px;
    padding-left: 30px;
}

.zsyx_con ul li img {
    width: 130px;
    height: 130px;
}

.zsyx_con ul li:nth-child(4n) {
    margin-right: 0;
}

.zsyx_con ul li h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 100;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zsyx_con ul li:hover h3 {
    color: #44b549;
}

.zsyx_con ul li p {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.zsyx_con ul li p span {
    color: #ff5721;
}

.zsyx_con ul li p .span1 {
    border: 1px solid #0b8eff;
    color: #0b8eff;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
	margin-right: 5px;
}


.zyyx_item {
    border-bottom: 1px solid whitesmoke;
	padding-bottom: 20px;
}

.zyyx_item a {
    font-size: 15px;
    margin-right: 20px;
}

.kf_alert,.alert_kf {
    cursor: pointer;
}

/*头部新增*/
.ctxt {
    background: url(/style/pc/images/yx_icon_ewm.png) no-repeat left center;
    background-size: 15px;
    padding-left: 17px;
}

.abs {
    position: absolute;
}
.pop {
    /* width: 109px; */
    border: 1px solid #f0f0f0;
    background: #fff;
    left: 950px;
    top: 39px;
    display: none;
    border-radius: 5px;
    cursor: auto;
    -webkit-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
}
.fr .pop .pop-t {
    text-align: center;
    line-height: 27px;
}
.mt10 {
    margin-top: 10px;
}

.fr.head_wxpt:hover .pop.abs {
    display: block;
	cursor: default;
}